<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*澶撮儴*/

.head_one {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_logo img {
	height: 48px;
}

.one_tel {
	line-height: 76px;
	font-size: 26px;
	color: #1a7af8;
	padding-left: 45px;
	background: url(../images/top_tel.jpg) left center no-repeat;
}

.nav {
	width: 100%;
	background-color: #183362;
}

.head_two {
	display: flex;
}

.navitem {
	flex: 1;
	position: relative;
}

.navitem&gt;a {
	display: inline-block;
	text-align: center;
	width: 100%;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}

.subnav{
	display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.5);
    left: 0;
    right: 0;
}
.subnav a{
	display: block;
    line-height: 48px;
    min-width: 56px;
    border-bottom: 1px #eee solid;
    text-align: center;
}
.navitem:hover .subnav{
	display: block;
}
.subnav a:hover{
	background-color: #183362;
	color: #fff;
}
.mb_btn{
	display: none;
}
#navToggle {
    height: 50px;
	padding: 9px 0px 9px 15px;
    display: inline-block;
}
#navToggle span {
    position: relative;
    width: 25px;
    height: 2px;
	margin-top: 16px;
	transition: 0.3s;
    display: block;
    background: #000;
}
#navToggle span:after{
    bottom: 10px;
}
#navToggle span:after,#navToggle span:before{
    transition: 0.3s;
    display: block;
    background: #000;
	content: '';
    position: relative;
    width: 100%;
    height: 2px;
    left: 0;
}
#navToggle span:before {
    top: 8px;
}

.head_right{display: flex;}

.headqt_yy{
	position: relative;
	display: flex;
	z-index: 99;
}

.headqt_yybox{
	display: flex;
    align-items: center;
	padding-left: 15px;
}

.headqt_yybox  i {
    font-size: 18px;
	color: #333;
}

.headqt_yy span{
	padding-left: 4px;
	padding-right: 2px;
	color: #333;
}

.headqt_yydw {
    position: absolute;
    top: 60px;
    left: -30px;
    width: calc(100% + 60px);
    background-color: #fff;
    box-shadow: inset 0px 15px 6px -15px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
}

.headqt_yydw&gt;a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.headqt_yydw&gt;a:last-child {
    border-bottom: 0;
}

.headqt_yydw&gt;a:hover {
    background-color: #efefef;
    color: #df002c;
}

.headqt_yyboxt {
    transition: all .4s;
}

@media screen and (max-width: 1200px){
	
	.mb_btn {
		display: flex;
		align-items: center;
	}
	.nav{display: none;}
	.one_tel{
		font-size: 24px;
		padding-left: 26px;
		background-size: 20px 20px;
		line-height: 64px;
	}
	.head_logo img {
		height: 32px;
	}

}

@media screen and (max-width: 992px){
.one_tel {
    font-size: 20px;
}
}

@media screen and (max-width: 580px){
	.one_tel{display: none;}
	.headqt_yydw{
		top: 50px;
	}
}

/*搴曢儴*/

footer {
	background: #1c2226;
    padding-left: 26px;
	padding-top: 60px;
}

footer .footerblock {
	padding-bottom: 60px;
	border-bottom: 1px solid #33393c;
}

footer .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

footer .styleBlock1 {
	padding-right: 70px;
	border-right: 1px solid #33393c;
}

footer .styleBlock1 .footerlogo {
	margin-bottom: 25px;
}

footer .styleBlock1 .footerlogo a {
	display: block;
}
footer .styleBlock1 .footerlogo a img{
	height: 50px;
}

footer .styleBlock1 p {
	font-size: 14px;
	color: #878787;
	padding: 4px 0;
}

footer .styleBlock1 p.tpl {
	font-weight: bold;
	font-size: 20px;
	padding-top: 0;
	margin-bottom: 10px;
}

footer .styleBlock2 {
	padding-left: 70px;
	display: flex;
	flex: 1;
}

footer .styleBlock2 .b1 ul {
	height: 50px;
	align-items: center;
	display: flex;
}

footer .styleBlock2 .b1 ul li:first-child a {
	padding-left: 0;
}

footer .styleBlock2 .b1 ul li a {
	transition: 0.5s ease all;
	font-size: 14px;
	padding: 0 7px;
	color: #7b7b7b;
	white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

footer .styleBlock2 .b1 ul li a:hover {
	color: #0074d3;
}

footer .styleBlock2 .b1 .title {
	font-size: 14px;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 20px;
}

footer .styleBlock2 .b1 .con {
	font-size: 14px;
	color: #878787;
}

footer .styleBlock2 .b1 .con p {
	margin-top: 10px;
}

footer .styleBlock2 .b2 {
	margin-left: 45px;
	padding-top: 40px;
}

footer .styleBlock3 {
	padding-left: 50px;
	border-left: 1px solid #33393c;
}
footer .styleBlock3 .img img{
	width: 130px;
}
footer .styleBlock3 ul {
	display: flex;
}

footer .styleBlock3 ul li {
	margin-left: 20px;
}

footer .styleBlock3 ul li .text {
	font-size: 14px;
	color: #878787;
	text-align: center;
	padding: 10px 0;
}

footer .footerblock2 {
	padding: 30px 0px;
}

footer .footerblock2 .container {
	display: flex;
	justify-content: space-between;
}

footer .footerblock2 a {
	transition: 0.5s ease all;
}

footer .footerblock2 a:hover {
	color: #0074d3;
}

footer .footerblock2 a,
footer .footerblock2 {
	font-size: 14px;
	color: #7b7b7b;
}

@media (max-width: 1499px) {
	footer .styleBlock2 .b2 {
		margin-left: 30px;
	}
	footer .styleBlock2 {
		padding-left: 30px;
		padding-right: 30px;
	}
	footer .styleBlock1 {
		padding-right: 30px;
	}
	footer .styleBlock3 {
		padding-left: 30px;
	}
	footer .styleBlock2 .b2 img {
		width: 200px;
	}
}

@media (max-width: 1199px) {
	footer .styleBlock2 .b2 {}
}

@media (max-width: 991px) {
	footer .container{
		flex-direction: column;
	}
	footer .styleBlock1 {
		border-right: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	footer .styleBlock2 {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .styleBlock2 .b1 .title {
		text-align: center;
	}
	footer .styleBlock2 .b1 .con {
		text-align: center;
	}
	footer .styleBlock3 {
		border-left: 0 solid #000;
		padding: 0;
	}
	footer .styleBlock3 ul {
		justify-content: center;
		margin-top: 20px;
	}
	footer .footerblock {
		padding-bottom: 20px;
	}
	footer .footerblock2 .container {
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	footer .footerblock2 .container .text {
		margin-bottom: 10px;
		text-align: center;
	}
}

@media (max-width: 575px) {
	footer {
		padding-top: 30px;
		padding-left: 0px;
	}
	footer .footerblock {
		padding-bottom: 8px;
	}
	footer .styleBlock1 .footerlogo {
		margin-bottom: 10px;
	}
	footer .footerblock2 .container .text {
		padding: 0 20px 0 20px;
	}
	footer .footerblock2 {
		padding: 0 20px  70px 20px;
	}
	footer .footerblock2 .container{
		padding-top: 8px;
	}
	footer .styleBlock1 p.tpl{
		margin-bottom: 0px;
	}
	footer .styleBlock2 .b1 .title{
		margin-top: 8px;
        margin-bottom: 8px;
	}
	footer .styleBlock2 .b2{
		margin-left: 0px;
		padding-top: 20px;
	}
	footer .styleBlock3 ul li .text{
		padding: 10px 0 0px 0;
	}
}



</pre></body></html>